Class java.util.EmptyStackException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.util.EmptyStackException

Object
   |
   +----Throwable
           |
           +----Exception
                   |
                   +----RuntimeException
                           |
                           +----java.util.EmptyStackException

public class EmptyStackException
extends RuntimeException
Thrown by methods in the Stack class to indicate that the stack is empty.

Version:
1.13, 07/01/98
Author:
Jonathan Payne
Since:
JDK1.0
See Also:
Stack

Constructor Index

 o java.util.EmptyStackException()
Constructs a new EmptyStackException with no detail message.

Constructors

 o EmptyStackException
public EmptyStackException()
Constructs a new EmptyStackException with no detail message.

Since:
JDK1.0

All Packages  Class Hierarchy  This Package  Previous  Next  Index